home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / grideg.exe / GRIDEG.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-03-31  |  337 b   |  10 lines

  1. Option Explicit
  2. '   Function Declarations
  3. Declare Function GetFocus Lib "User" () As Integer
  4. Declare Function SendMessage Lib "User" (ByVal hWnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
  5. Global maxcolwidth(4) As Integer
  6. Global maxrowheight(15) As Integer
  7. Global Const KEY_RETURN = &HD
  8.  
  9.  
  10.